this patch implements few missing options in xl so that it can be
authorStefano Stabellini <sstabellini@xensource.com>
Tue, 22 Jun 2010 15:05:56 +0000 (16:05 +0100)
committerStefano Stabellini <sstabellini@xensource.com>
Tue, 22 Jun 2010 15:05:56 +0000 (16:05 +0100)
commit8cde53d0997819e503780db7210c7e66d7715c4c
tree2383a2ae7ab2161a3ea65b00287cb33d7ad9ade5
parent14d8a83b6218ae882474524b067ee75d34941f1c
this patch implements few missing options in xl so that it can be
used as a replacement of xm in xendomains:

- dryrun and quiet, long options to xl create;

- l, option to xl list.

printf_info is now used to print the configuration of the running VMs so
the output has been reformatted to be similar to the output of xm list -l.

There is still one command used in xendomains that is not implemented in
xl and not covered by this patch: xm shutdown. However a patch has been
sent to the list in the past and we are expecting a new version of it
soon.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c